Skip to main content
Glama

MCP TabNews Integration

get comments

Retrieve comments from TabNews content by specifying the username and slug, enabling easy access to user discussions and feedback on articles.

Instructions

get comments from a content on tabnews api

Input Schema

NameRequiredDescriptionDefault
slugYesThe slug to get the content
usernameYesThe username to get the content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The slug to get the content", "type": "string" }, "username": { "description": "The username to get the content", "type": "string" } }, "required": [ "username", "slug" ], "type": "object" }

Other Tools from MCP TabNews Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server